home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.3 KB | 39 lines | [TEXT/GEOL] |
- Item 5937038 26-Aug-90 21:04PDT
-
- From: MOOF Rollin, Keith A
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: RE>Some problems with Mac
-
- Attn: Fredenburg, Timothy,PRT
- SentBy: Keith Rollin
- Reply to: RE>Some problems with MacApp
-
- Tim,
-
- Just after printing and shipping Technote #280, I, too, noticed the problem
- with the fix for TrackMouse. For a while, my own solution was to use:
-
- "IF (NOT movedOnce) & gotATracker THEN ..."
-
- However, I've since removed that fix altogether. It caused more problems than
- it fixed. Basically, any command that was used to simply select an item would
- be freed before it's DoIt method could be executed. For instance, you could
- not select an entire row or column in Calc.
-
- An updated version of the note can be found on AppleLink in the MacApp
- Discussions folder.
-
- As for the CFront and time reporting problem, this is a tricky one. CFront
- doesn't understand the -T parameter. When CPlus is called with -T, it can pass
- it on to only the C compiler. And there is no way for MacApp to sneak in an
- simulate it like it does with other tools. (Well, I suppose something could be
- done by creating an alias for CFront.)
-
- - Keith Rollin
- - Apple Developer Technical Support
-
-
-
-